home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / mac / DirectX SDK / DXSDK / samples / Multimedia / VBSamples / DirectPlay / Conferencer / readme.txt < prev    next >
Text File  |  2001-10-10  |  2KB  |  69 lines

  1. //-----------------------------------------------------------------------------
  2. // 
  3. // Sample Name: VB Conferencer Sample
  4. // 
  5. // Copyright (C) 1999-2001 Microsoft Corporation. All rights reserved.
  6. // 
  7. //-----------------------------------------------------------------------------
  8.  
  9.  
  10. Description
  11. ===========
  12.   Conferencer is similar in form to MS Netmeeting (tm).
  13.   
  14. Path
  15. ====
  16.   Source: DXSDK\Samples\Multimedia\VBSamples\DirectPlay\Conferencer
  17.  
  18.   Executable: DXSDK\Samples\Multimedia\VBSamples\DirectPlay\Bin
  19.  
  20. User's Guide
  21. ============
  22.   You may 'call' friends in this application, and then share files, 
  23.   share a whiteboard, use voice chat, and text chat.
  24.  
  25. Programming Notes
  26. =================
  27.  
  28. Here are the messages this application responds to:
  29.  
  30. MsgChat - This message is received when someone is chatting (text) in 
  31.      the chat window.
  32.  
  33. MsgWhisper - This message is received when someone is whispering (text) in 
  34.      the chat window.
  35.  
  36. MsgAskToJoin - When a user attempts to contact you, this message is sent, 
  37.      which will pop up a dialog that enables the person receiving the
  38.      event the opportunity to deny this person from joining.
  39.  
  40. MsgAcceptJoin - You will to allow this person to join your session.
  41.  
  42. MsgRejectJoin - You will not allow this person to join your session.
  43.  
  44. MsgCancelCall - You no longer want to wait for the session you are attempting to 
  45.      join to either accept or deny you.
  46.  
  47. MsgShowChat - Someone has opened the text chat window, and wants this session to 
  48.      do the same.
  49.  
  50. MsgSendFileRequest - Request a file transfer
  51.  
  52. MsgSendFileAccept - Accept the file transfer
  53.  
  54. MsgSendFileDeny - Deny the file transfer
  55.  
  56. MsgSendFileInfo - File information (size)
  57.  
  58. MsgSendFilePart - Send a chunk of the file
  59.  
  60. MsgAckFilePart - Acknowledge the file part
  61.  
  62. MsgSendDrawPixel - Send a drawn pixel (in the whiteboard window, including color)
  63.  
  64. MsgSendDrawLine - Send a drawn line (in the whiteboard window, including color)
  65.  
  66. MsgShowWhiteBoard - Show the whiteboard window
  67.  
  68. MsgClearWhiteBoard - Clear the contents of the whiteboard
  69.